home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 6 / developer source - volume 6.iso / oracl / jan96 / havef101.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  158.6 KB  |  576x705  |  4-bit (16 colors)
   ocr: FIGURE 1: ORACLE WEBSERVER ATWORK When a user: wants to: access anapplication via the World Wide Web, that person visits aWeb page that sends a PL/SGL call to a Web server on the Oracle7 RDBMS requesting access. The PL/SQL procedure generates an HTML fill-in form and sends this back to the user: (A). The fill-in form asks for: user name: and password. When the user fills in the form and clicks on the Submit button, a Web browser collects the information the user typed in and sends it back to the Web server. This results in another PL/SGL procedure, which typically puts the information about th ...